"windows xp style" shadcn/ui theme

futuristic
high-contrast
experimental-colors
immersive
bold-design
modern-tech
readable
cohesive
eye-catching
innovative

Shadcn/ui Theme Css Variables

name: Neo-XPkeyword: windows xp style views: 30

:root {
  --background: 200 60% 10%;
  --foreground: 50 90% 80%;
  --card: 200 60% 15%;
  --card-foreground: 50 90% 80%;
  --popover: 200 60% 20%;
  --popover-foreground: 50 90% 80%;
  --primary: 120 70% 50%;
  --primary-foreground: 0 0% 100%;
  --secondary: 200 50% 30%;
  --secondary-foreground: 50 90% 80%;
  --muted: 200 40% 25%;
  --muted-foreground: 50 90% 80%;
  --accent: 200 50% 40%;
  --accent-foreground: 50 90% 80%;
  --destructive: 0 70% 50%;
  --destructive-foreground: 0 0% 100%;
  --border: 200 50% 35%;
  --input: 200 50% 35%;
  --ring: 120 70% 50%;
  --radius: 0.75rem;
  --chart-1: 12 76% 61%;
  --chart-2: 173 58% 39%;
  --chart-3: 197 37% 24%;
  --chart-4: 43 74% 66%;
  --chart-5: 27 87% 67%;
}